home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software 2000
/
Software 2000 Volume 1 (Disc 1 of 2).iso
/
anim
/
a033.dms
/
a033.adf
/
s
/
startup-sequence
next >
Wrap
Text File
|
1989-12-19
|
601b
|
27 lines
echo "Fractal Flight © copyright by HyperCube Engineering 1989"
echo "Fractal Flight © Demo version 2.1 "
if not exists ram:t
makedir ram:t
assign t: ram:t
endif
ask "View the Demo from ram ?( requires 1 meg of ram ) [y/n]"
if not warn
addbuffers df0: 50
viewer pic
execute df0:s/viewdisk
else
Echo "Copying picture file to RAM:"
echo "Fractal Flight© copyright by HyperCube Engineering 1989"
Echo "Please wait...."
AddBuffers df0: 50
Copy Pic RAM:
Viewer RAM:Pic
endif
ask "View the Demo Again ?"
if not warn
echo "Please remove disk and reset machine"
else
execute df0:s/viewram
endif
endcli >nil: